home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-05-07 | 541 b | 24 lines | [TEXT/MPS ] |
- *******************************************************************************
- *
- * File FStubs.a - Stubs for floating point runtime library routines
- * not used by MPW tools.
- *
- * Copyright Apple Computer, Inc. 1986-1987
- * All rights reserved.
- *
- *******************************************************************************
-
- CASE ON
-
- * Floating Point Conversion Routines
- *
- * These routines, called by printf, are only necessary if floating point
- * formatting is used.
-
- ecvt PROC EXPORT
- RTS
- fcvt PROC EXPORT
- RTS
-
- END
-